projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
572d58b
)
* lisp/loadup.el (lexical-binding): Add a comment
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 16 Feb 2024 14:04:46 +0000
(09:04 -0500)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Fri, 16 Feb 2024 14:04:46 +0000
(09:04 -0500)
lisp/loadup.el
patch
|
blob
|
history
diff --git
a/lisp/loadup.el
b/lisp/loadup.el
index c498c0e53af70a27eaf74227ae70d9a4fc8dc184..c6a8dcbb9098821af58e10957bd6ec0fb256a31f 100644
(file)
--- a/
lisp/loadup.el
+++ b/
lisp/loadup.el
@@
-635,6
+635,8
@@
directory got moved. This is set to be a pair in the form of:
(unwind-protect
(let ((tmp-dump-mode dump-mode)
(dump-mode nil)
+ ;; Set `lexical-binding' to nil by default
+ ;; in the dumped Emacs.
(lexical-binding nil))
(if (member tmp-dump-mode '("pdump" "pbootstrap"))
(dump-emacs-portable (expand-file-name output invocation-directory))